projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c78f23
)
(ethio-modify-vowel): Use char-to-string instead of
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 18 Dec 2001 21:30:27 +0000
(21:30 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 18 Dec 2001 21:30:27 +0000
(21:30 +0000)
decompose-composite-char.
lisp/language/ethio-util.el
patch
|
blob
|
history
diff --git
a/lisp/language/ethio-util.el
b/lisp/language/ethio-util.el
index 68bfc7b1c9c68c8d2664474ded20dd221ed8dd83..a173ddb3bee66f196dcef70fbb07f9d943c87bf1 100644
(file)
--- a/
lisp/language/ethio-util.el
+++ b/
lisp/language/ethio-util.el
@@
-1294,7
+1294,7
@@
The markers \"<sera>\" and \"</sera>\" themselves are not deleted."
(cond
;; in case of gemination
((eq (char-charset ch) 'composition)
- (setq ch (string-to-char (
decompose-composite-char
ch))
+ (setq ch (string-to-char (
char-to-string
ch))
composite t))
;; neither gemination nor fidel
((not (eq (char-charset ch) 'ethiopic))